From: Debian Julia Team Date: Thu, 24 Dec 2020 04:31:50 +0000 (+0000) Subject: do-not-download-statisticsjl X-Git-Tag: archive/raspbian/1.5.3+dfsg-3+rpi1^2~9 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=16466fed51bdf8be567cd4829c6e5af89796b93b;p=julia.git do-not-download-statisticsjl Gbp-Pq: Name do-not-download-statisticsjl.patch --- diff --git a/stdlib/Makefile b/stdlib/Makefile index 719a4ec..4ff1bae 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -22,7 +22,7 @@ STDLIBS_EXT = Pkg Statistics PKG_GIT_URL := git://github.com/JuliaLang/Pkg.jl.git PKG_TAR_URL = file://$(CURDIR)/../debian/embedded/$1 STATISTICS_GIT_URL := git://github.com/JuliaLang/Statistics.jl.git -STATISTICS_TAR_URL = https://api.github.com/repos/JuliaLang/Statistics.jl/tarball/$1 +STATISTICS_TAR_URL = file://$(CURDIR)/../debian/embedded/$1 $(foreach module, $(STDLIBS_EXT), $(eval $(call stdlib-external,$(module),$(shell echo $(module) | tr a-z A-Z))))